gtkmain: Add gtk_is_initialized()
authorPhilippe Normand <philn@igalia.com>
Fri, 8 Jun 2018 17:03:22 +0000 (18:03 +0100)
committerPhilippe Normand <philn@igalia.com>
Fri, 8 Jun 2018 17:39:38 +0000 (18:39 +0100)
commit542ad4fdc579e689e3e0486e45f4ba7b0c6ee433
treea01b17f031f1c9ffb0938e1d8a963cdf5d3a8254
parent085368eb93ecbe2d973fb36c6a8801617d5eaccb
gtkmain: Add gtk_is_initialized()

This utility function can be useful to check whether GTK+ was already
initialized or not.
gtk/gtkmain.c
gtk/gtkmain.h
testsuite/gtk/main.c [new file with mode: 0644]
testsuite/gtk/meson.build